Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class DecomposedProductIds(val subscriptionId: String, val basePlanType: BasePlanType, val offerType: OfferType, val fullId: String)
Represents a decomposed product ID in the format: productId:basePlan:offer
Link copied to clipboard
interface GetStoreProductsCallback
Link copied to clipboard
class GoogleBillingWrapper(val context: Context, val ioScope: IOScope, val appLifecycleObserver: AppLifecycleObserver, val factory: GoogleBillingWrapper.Factory) : PurchasesUpdatedListener, BillingClientStateListener, Billing
Link copied to clipboard
interface StoreProductType